|
AT-NFC
2.1 (win)
AT-NFC kernel set
|
Errors used by T-NFC Entry Point. More...
Errors used by T-NFC Entry Point.
| #define T_NFC_EP_CHECKSUM 0x7730 |
t_nfc_epChecksum: error base
| #define T_NFC_EP_CHECKSUM_INV_PARAM T_NFC_EP_CHECKSUM + 0x01 |
inv param
| #define T_NFC_EP_CHECKSUM_LIB_CALC T_NFC_EP_CHECKSUM + 0x03 |
checksum calculation failure
| #define T_NFC_EP_CHECKSUM_UNSUPP T_NFC_EP_CHECKSUM + 0x02 |
unsupported request type
| #define T_NFC_EP_DEINIT 0x7710 |
t_nfc_epDeinit: error base
| #define T_NFC_EP_DEINIT_INV_PARAM T_NFC_EP_DEINIT + 0x01 |
inv param
| #define T_NFC_EP_DEINIT_LIB_DEINIT T_NFC_EP_DEINIT + 0x03 |
lib deinit failure
| #define T_NFC_EP_DEINIT_MEM_CLB T_NFC_EP_DEINIT + 0x05 |
mem callbacks not set
| #define T_NFC_EP_DEINIT_MEM_FREE T_NFC_EP_DEINIT + 0x04 |
release memory failure
| #define T_NFC_EP_DEINIT_TRAN_RELEASE T_NFC_EP_DEINIT + 0x02 |
tran release failure
| #define T_NFC_EP_GET_CUSTOM_TAG_BY_ID 0x77C0 |
t_nfc_epGetCustomTagByID: error base
| #define T_NFC_EP_GET_CUSTOM_TAG_BY_ID_INV_PARAM T_NFC_EP_GET_CUSTOM_TAG_BY_ID + 0x01 |
inv param
| #define T_NFC_EP_GET_DATA 0x7780 |
t_nfc_epGetData: error base
| #define T_NFC_EP_GET_DATA_BY_ID 0x77B0 |
t_nfc_epGetDataByID: error base
| #define T_NFC_EP_GET_DATA_BY_ID_FAILED T_NFC_EP_GET_DATA_BY_ID + 0x02 |
failure
| #define T_NFC_EP_GET_DATA_BY_ID_INV_PARAM T_NFC_EP_GET_DATA_BY_ID + 0x01 |
inv param
| #define T_NFC_EP_GET_DATA_BY_TAG 0x7790 |
t_nfc_epGetDataByTag: error base
| #define T_NFC_EP_GET_DATA_BY_TAG_FAILED T_NFC_EP_GET_DATA_BY_TAG + 0x03 |
failure
| #define T_NFC_EP_GET_DATA_BY_TAG_INV_PARAM T_NFC_EP_GET_DATA_BY_TAG + 0x01 |
inv param
| #define T_NFC_EP_GET_DATA_BY_TAG_INV_SEQ T_NFC_EP_GET_DATA_BY_TAG + 0x02 |
inv command sequense - transaction data not availablke
| #define T_NFC_EP_GET_DATA_BY_TAG_LIST 0x77A0 |
t_nfc_epGetDataByTagList: error base
| #define T_NFC_EP_GET_DATA_BY_TAG_LIST_FAILED T_NFC_EP_GET_DATA_BY_TAG_LIST + 0x03 |
failure
| #define T_NFC_EP_GET_DATA_BY_TAG_LIST_INV_PARAM T_NFC_EP_GET_DATA_BY_TAG_LIST + 0x01 |
inv param
| #define T_NFC_EP_GET_DATA_BY_TAG_LIST_INV_SEQ T_NFC_EP_GET_DATA_BY_TAG_LIST + 0x02 |
inv command sequense - transaction data not availablke
| #define T_NFC_EP_GET_DATA_FAILED T_NFC_EP_GET_DATA + 0x03 |
failure
| #define T_NFC_EP_GET_DATA_INV_PARAM T_NFC_EP_GET_DATA + 0x01 |
inv param
| #define T_NFC_EP_GET_DATA_INV_SEQ T_NFC_EP_GET_DATA + 0x02 |
inv command sequense - transaction data not availablke
| #define T_NFC_EP_GET_KERNEL_API 0x7810 |
t_int_epGetKernelAPI: error base
| #define T_NFC_EP_GET_KERNEL_API_INV_PARAM T_NFC_EP_GET_KERNEL_API + 0x01 |
inv param
| #define T_NFC_EP_GET_KERNEL_API_NOT_FOUND T_NFC_EP_GET_KERNEL_API + 0x02 |
kernel not registered
| #define T_NFC_EP_INF 0x03A0 |
Common info error base
| #define T_NFC_EP_INF_CANCELLED T_NFC_EP_INF + 0x03 |
Card polling cancelled from outside
| #define T_NFC_EP_INF_EXT_PROCESSING T_NFC_EP_INF + 0x07 |
Card to be externally processed
| #define T_NFC_EP_INF_FIELDOFF_TIMEOUT T_NFC_EP_INF + 0x08 |
Fieldoff timeout
| #define T_NFC_EP_INF_NO_DATA T_NFC_EP_INF + 0x01 |
No appropriate data found
| #define T_NFC_EP_INF_OUTCOME T_NFC_EP_INF + 0x02 |
See nfc outcome for details
| #define T_NFC_EP_INF_POLLING_TIMEOUT T_NFC_EP_INF + 0x04 |
Card polling timeout
| #define T_NFC_EP_INF_REMOVAL_TIMEOUT T_NFC_EP_INF + 0x05 |
Card removal timeout
| #define T_NFC_EP_INF_SKIPPED T_NFC_EP_INF + 0x06 |
Command skipped
| #define T_NFC_EP_INIT 0x7700 |
t_nfc_epInit: error base
| #define T_NFC_EP_INIT_HAL_CHECKSUM T_NFC_EP_INIT + 0x08 |
checksum calc failure
| #define T_NFC_EP_INIT_HAL_LICENSE T_NFC_EP_INIT + 0x07 |
check license failure
| #define T_NFC_EP_INIT_INV_CLB_SIZE T_NFC_EP_INIT + 0x03 |
inv callbacks size
| #define T_NFC_EP_INIT_INV_CLB_VER T_NFC_EP_INIT + 0x02 |
inv callbacks version
| #define T_NFC_EP_INIT_INV_MEM_CLB T_NFC_EP_INIT + 0x04 |
mem callbacks not set
| #define T_NFC_EP_INIT_INV_PARAM T_NFC_EP_INIT + 0x01 |
inv param
| #define T_NFC_EP_INIT_LIB_INIT T_NFC_EP_INIT + 0x06 |
init hal failure
| #define T_NFC_EP_INIT_MEM_ALLOC T_NFC_EP_INIT + 0x05 |
mem alloc failure
| #define T_NFC_EP_KER_FUNC 0x7820 |
epKer... common errors: error base
| #define T_NFC_EP_KER_FUNC_FUNCTION_FAILED T_NFC_EP_KER_FUNC + 0x03 |
kernel function failure
| #define T_NFC_EP_KER_FUNC_FUNCTION_NOT_FOUND T_NFC_EP_KER_FUNC + 0x02 |
kernel function not found
| #define T_NFC_EP_KER_FUNC_KERNEL_NOT_FOUND T_NFC_EP_KER_FUNC + 0x01 |
apropriate kernel not found
| #define T_NFC_EP_NEW_TRAN 0x7750 |
t_nfc_epNewTran: error base
| #define T_NFC_EP_NEW_TRAN_FAILURE T_NFC_EP_NEW_TRAN + 0x04 |
nfc tran failure - abort
| #define T_NFC_EP_NEW_TRAN_HAL_TRACE T_NFC_EP_NEW_TRAN + 0x03 |
set hal trace failure - abort
| #define T_NFC_EP_NEW_TRAN_INV_PARAM T_NFC_EP_NEW_TRAN + 0x01 |
inv param
| #define T_NFC_EP_NEW_TRAN_INV_SEQ T_NFC_EP_NEW_TRAN + 0x02 |
inv command sequense - transaction already processed
| #define T_NFC_EP_OK 0x0000 |
Success
| #define T_NFC_EP_PREPARE 0x7740 |
t_nfc_epPrepareNewTran: error base
| #define T_NFC_EP_PREPARE_FAILURE T_NFC_EP_PREPARE + 0x03 |
tran preprocessing failure
| #define T_NFC_EP_PREPARE_INV_PARAM T_NFC_EP_PREPARE + 0x01 |
inv param
| #define T_NFC_EP_PREPARE_RELEASE T_NFC_EP_PREPARE + 0x02 |
release prev tran failure
| #define T_NFC_EP_REG_CALLBACK 0x77D0 |
t_nfc_epRegisterCallback: error base
| #define T_NFC_EP_REG_CALLBACK_INV_HAL_CONTEXT T_NFC_EP_REG_CALLBACK + 0x02 |
inv context passed to hal
| #define T_NFC_EP_REG_CALLBACK_INV_HAL_PARAM T_NFC_EP_REG_CALLBACK + 0x03 |
inv param passed to hal
| #define T_NFC_EP_REG_CALLBACK_INV_PARAM T_NFC_EP_REG_CALLBACK + 0x01 |
inv param
| #define T_NFC_EP_REG_CALLBACK_NOT_SET T_NFC_EP_REG_CALLBACK + 0x04 |
no appropriate callback set
| #define T_NFC_EP_REG_KERNEL 0x7800 |
t_nfc_epRegisterKernel: error base
| #define T_NFC_EP_REG_KERNEL_INV_PARAM T_NFC_EP_REG_KERNEL + 0x01 |
inv param
| #define T_NFC_EP_REG_KERNEL_MEM_ALLOC T_NFC_EP_REG_KERNEL + 0x02 |
mem alloc failure
| #define T_NFC_EP_TR_RELEASE 0x7770 |
t_nfc_epTranRelease: error base
| #define T_NFC_EP_TR_RELEASE_INV_PARAM T_NFC_EP_TR_RELEASE + 0x01 |
inv param
| #define T_NFC_EP_TR_RELEASE_RELEASE_TRAN T_NFC_EP_TR_RELEASE + 0x02 |
release tran failure
| #define T_NFC_EP_TRAN_RESTART 0x7760 |
t_nfc_epTranRestart: error base
| #define T_NFC_EP_TRAN_RESTART_FAILURE T_NFC_EP_TRAN_RESTART + 0x03 |
nfc tran failure - abort
| #define T_NFC_EP_TRAN_RESTART_INV_PARAM T_NFC_EP_TRAN_RESTART + 0x01 |
inv param
| #define T_NFC_EP_TRAN_RESTART_INV_SEQ T_NFC_EP_TRAN_RESTART + 0x02 |
inv command sequense - transaction already processed
| #define T_NFC_EP_VERSION 0x7720 |
t_nfc_epVersion: error base
| #define T_NFC_EP_VERSION_INV_PARAM T_NFC_EP_VERSION + 0x01 |
inv param
| #define T_NFC_EP_VERSION_LENGTH T_NFC_EP_VERSION + 0x04 |
not enaugh space
| #define T_NFC_EP_VERSION_LIB_ERR T_NFC_EP_VERSION + 0x03 |
version obtain failure
| #define T_NFC_EP_VERSION_UNSUPP T_NFC_EP_VERSION + 0x02 |
unsupported request type